Welcome![Sign In][Sign Up]
Location:
Search - filesystem linux

Search list

[Other resourceYAFFS-FileSystem

Description: 本文档介绍了如何在LINUX下用NAND FLASH实现YAFFS文件系统的流程.-This document describes how to use Linux to achieve YAFFS NAND Flash File System process.
Platform: | Size: 158661 | Author: 凡龙 | Hits:

[Develop ToolsLinux-Filesystem-Hierarchy

Description: 介绍Linux文件系统的书,不错哦. 有兴趣的可以
Platform: | Size: 560899 | Author: dadsf | Hits:

[OS programfilesystem

Description: 我写的一个界面类似linux的文件系统,在win-tc下编译通过,可创建文件edit,删除文件del,创建目录md,删除目录rd,显示当前目录文件和文件夹dir,实现目录跳转cd,cd..是跳转到根目录。
Platform: | Size: 2537 | Author: 朱于畋 | Hits:

[Linux-Unixlinux-kenel-filesystem-guide

Description: 讲解linux内核 文件系统 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料
Platform: | Size: 39051 | Author: 小鸟 | Hits:

[Embeded Linuxyaffs-src.tar

Description: YAFFS A NAND-flash filesystem,多平台嵌入式linux源代码-YAFFS A NAND-flash filesystem, multi-platform embedded Linux source code
Platform: | Size: 150528 | Author: 张强 | Hits:

[Embeded LinuxYAFFS-FileSystem

Description: 本文档介绍了如何在LINUX下用NAND FLASH实现YAFFS文件系统的流程.-This document describes how to use Linux to achieve YAFFS NAND Flash File System process.
Platform: | Size: 158720 | Author: 凡龙 | Hits:

[BooksLinux-Filesystem-Hierarchy

Description: 介绍Linux文件系统的书,不错哦. 有兴趣的可以-Linux File System Introduction book, oh well. Are interested in can
Platform: | Size: 560128 | Author: dadsf | Hits:

[Linux-Unixlinux-kenel-filesystem-guide

Description: 讲解linux内核 文件系统 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel file system on some of the classic lecture, easy to understand, may not be more excellent core learning materials
Platform: | Size: 38912 | Author: 小鸟 | Hits:

[Linux-Unixfilesystem

Description: 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one OS, the set up of a large file, it put the illusion into a disk, in which a simple implementation of the simulation Linux file system. 1. In the existing machine' s hard drive to open up 100M of hard disk space, as a set of hard disk space. 2. Simdisk prepared by one management procedures to manage this space to simulate the Linux file system, the requirements: [1] the disk block size 1k [2] free disk block management: Linux bitmap Law [3] Structure: The super block, i node area, the root directory of the district
Platform: | Size: 16384 | Author: lilianjie | Hits:

[Software Engineeringembed-linux-filesystem

Description: 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox,
Platform: | Size: 6144 | Author: zwx | Hits:

[Software Engineeringlinux-embed-filesystem

Description: 介绍嵌入式linux文件系统的框架和制作步骤-Introduction of embedded linux file system framework and the production steps
Platform: | Size: 4096 | Author: zwx | Hits:

[OS programfilesystem

Description: linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
Platform: | Size: 62464 | Author: 孟令钊 | Hits:

[Linux-UnixFileSystem

Description: LINUX 设计一个简单的二级文件系统 -failed to translate
Platform: | Size: 245760 | Author: 叶沛坚 | Hits:

[Linux-UnixFileSystem

Description: 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user document by the two systems, the realization of the general creation of files, directories, delete files, directory, switch directories, open, close the file, read and write files to operate.
Platform: | Size: 249856 | Author: | Hits:

[Linux-Unixfilesystem

Description: 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user document by the two systems, the realization of the general the creation of files, directories, delete files, directory, switch directory, open, close the file, read and write files to operate.
Platform: | Size: 48128 | Author: 段晓娟 | Hits:

[Communication-Mobilelinux-2.6.27-m8.tar

Description: MEIZU M8 Linux kernel s3c6410 1,if you want to boot from onenand flash,just "make zImage" is OK. 2,if you want to boot from nfs,remove select: "make menuconfig"--->General setup --->[] Initial RAM filesystem and RAM disk (initramfs/initrd) support, then "make zImage" is OK. finished drivers: LCD touch screen key button sound card camera
Platform: | Size: 57676800 | Author: hui | Hits:

[Otheralp-ch07-proc-filesystem

Description: A briefing on Linux file system
Platform: | Size: 234496 | Author: R | Hits:

[Linux-Unixfilesystem

Description: 使用ftw函数对目录进行遍历,函数原型是: int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd) ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录 -Deepen the understanding of linux file system
Platform: | Size: 80896 | Author: yu | Hits:

[Software Engineeringfilesystem-linux.pptx

Description: 一个ppt,分析了linux filesystem的基础原理,并详细讲解了ext2文件系统。-A ppt, analyzes the basic principles of linux filesystem, and explain the ext2 file system in detail .
Platform: | Size: 592896 | Author: 闫光星 | Hits:

[Linux-UnixLinux文件系统

Description: linux文件系统的简单实现,文件的增删改查(linux fileSystem,rm,mkdir,ls)
Platform: | Size: 814080 | Author: RhymeChiang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net